10. Inner Classes
Inner Classes
INSTRUCTOR NOTE:
To check out the NetworkConnect app, you can download the code from the developer site. Or within Android Studio, click on File > New > Import Sample and search for the “Network Connect” sample.
To check out the NetworkConnect app, you can download the code from the developer site. Or within Android Studio, click on File > New > Import Sample and search for the “Network Connect” sample.
Tutorial on Inner classes
Note: In the video at 3:27, Chris mentions the DownloadTask is declared as an inner class of the MainActivity. Since the recording of this video, the "Network Connect" sample code has been updated. The DownloadTask is now an inner class of the NetworkFragment; however, the logic he proceeds to discuss is still the same.